Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
submodules: recursive
- name: Check source files
id: check-source-files
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v46
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand All @@ -54,7 +54,7 @@
**/*.md
- name: Check build files
id: check-build-files
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v46
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand Down Expand Up @@ -700,7 +700,7 @@
- name: Run Updater Check
id: check
if: needs.file-check.outputs.run == 'true'
run: |

Check warning on line 703 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:2:11: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/build.yml:703:9: shellcheck reported issue in this script: SC2086:info:2:11: Double quote to prevent globbing and word splitting [shellcheck]
docker run --security-opt seccomp=unconfined -e DISABLE_TELEMETRY=1 --network host \
-v $PWD:/netdata -w /netdata \
ubuntu:latest /bin/sh -x /netdata/.github/scripts/run-updater-check.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
submodules: recursive
- name: Check source files
id: check-source-files
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v46
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand All @@ -44,7 +44,7 @@ jobs:
**/*.md
- name: Check build files
id: check-build-files
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v46
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- name: Check source files
id: check-source-files
if: github.event_name != 'workflow_dispatch'
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v46
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand All @@ -63,7 +63,7 @@
- name: Check build system files
id: check-build-files
if: github.event_name != 'workflow_dispatch'
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v46
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand Down Expand Up @@ -397,7 +397,7 @@
- name: Create and Push Manifest
id: manifest
if: github.repository == 'netdata/netdata'
run: docker buildx imagetools create $(.github/scripts/gen-docker-imagetool-args.py /tmp/digests '' "${{ needs.gen-tags.outputs.tags }}")

Check warning on line 400 in .github/workflows/docker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/docker.yml:400:9: shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck]
- name: Failure Notification
uses: rtCamp/action-slack-notify@v2
env:
Expand Down Expand Up @@ -548,7 +548,7 @@
- name: Create and Push Manifest
id: manifest
if: github.repository == 'netdata/netdata'
run: docker buildx imagetools create $(.github/scripts/gen-docker-imagetool-args.py /tmp/digests 'quay.io' "${{ needs.gen-tags.outputs.tags }}")

Check warning on line 551 in .github/workflows/docker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/docker.yml:551:9: shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck]
- name: Failure Notification
uses: rtCamp/action-slack-notify@v2
env:
Expand Down Expand Up @@ -699,7 +699,7 @@
- name: Create and Push Manifest
id: manifest
if: github.repository == 'netdata/netdata'
run: docker buildx imagetools create $(.github/scripts/gen-docker-imagetool-args.py /tmp/digests 'ghcr.io' "${{ needs.gen-tags.outputs.tags }}")

Check warning on line 702 in .github/workflows/docker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/docker.yml:702:9: shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck]
- name: Failure Notification
uses: rtCamp/action-slack-notify@v2
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: recursive
- name: Check files
id: check-files
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v46
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
submodules: recursive
- name: Check files
id: check-files
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v46
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand Down Expand Up @@ -250,7 +250,7 @@
id: build
if: needs.file-check.outputs.run == 'true'
shell: bash
run: |

Check warning on line 253 in .github/workflows/packaging.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:5:79: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/packaging.yml:253:9: shellcheck reported issue in this script: SC2046:warning:5:79: Quote this to prevent word splitting [shellcheck]

Check warning on line 253 in .github/workflows/packaging.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:5:20: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/packaging.yml:253:9: shellcheck reported issue in this script: SC2046:warning:5:20: Quote this to prevent word splitting [shellcheck]
docker run --security-opt seccomp=unconfined -e DISABLE_TELEMETRY=1 -e VERSION=${{ needs.version-check.outputs.version }} \
-e ENABLE_SENTRY=${{ matrix.bundle_sentry }} -e RELEASE_PIPELINE=${{ env.RELEASE_PIPELINE }} \
-e BUILD_DESTINATION=${{ matrix.distro }}${{ matrix.version }}_${{ matrix.arch }} -e UPLOAD_SENTRY=${{ env.UPLOAD_SENTRY }} \
Expand Down
Loading