Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
submodules: recursive
- name: Check source files
id: check-source-files
uses: step-security/changed-files@v45
uses: step-security/changed-files@v47
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand All @@ -57,7 +57,7 @@
**/*.md
- name: Check build files
id: check-build-files
uses: step-security/changed-files@v45
uses: step-security/changed-files@v47
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand All @@ -83,7 +83,7 @@
packaging/repoconfig/
- name: Check static build files
id: check-static-build-files
uses: step-security/changed-files@v45
uses: step-security/changed-files@v47
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand Down Expand Up @@ -326,7 +326,7 @@
SLACK_ICON_EMOJI: ':github-actions:'
SLACK_TITLE: 'Static build failed:'
SLACK_USERNAME: 'GitHub Actions'
SLACK_MESSAGE: |-

Check failure on line 329 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 property "build" is not defined in object type {cache: {conclusion: string; outcome: string; outputs: {string => string}}; cache-key: {conclusion: string; outcome: string; outputs: {string => string}}; channel: {conclusion: string; outcome: string; outputs: {string => string}}; checkout: {conclusion: string; outcome: string; outputs: {commit: string; ref: string}}; fix-tags: {conclusion: string; outcome: string; outputs: {string => string}}; qemu: {conclusion: string; outcome: string; outputs: {string => string}}; skip: {conclusion: string; outcome: string; outputs: {string => string}}; store: {conclusion: string; outcome: string; outputs: {string => string}}} [expression] Raw Output: e:.github/workflows/build.yml:329:290: property "build" is not defined in object type {cache: {conclusion: string; outcome: string; outputs: {string => string}}; cache-key: {conclusion: string; outcome: string; outputs: {string => string}}; channel: {conclusion: string; outcome: string; outputs: {string => string}}; checkout: {conclusion: string; outcome: string; outputs: {commit: string; ref: string}}; fix-tags: {conclusion: string; outcome: string; outputs: {string => string}}; qemu: {conclusion: string; outcome: string; outputs: {string => string}}; skip: {conclusion: string; outcome: string; outputs: {string => string}}; store: {conclusion: string; outcome: string; outputs: {string => string}}} [expression]
${{ github.repository }}: Failed to create static installer archive for ${{ matrix.arch }}.
Checkout: ${{ steps.checkout.outcome }}
Fix Tags: ${{ steps.fix-tags.outcome }}
Expand Down Expand Up @@ -720,7 +720,7 @@
- name: Run Updater Check
id: check
if: needs.file-check.outputs.run == 'true'
run: |

Check warning on line 723 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:723: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: step-security/changed-files@v45
uses: step-security/changed-files@v47
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand All @@ -43,7 +43,7 @@ jobs:
**/*.md
- name: Check build files
id: check-build-files
uses: step-security/changed-files@v45
uses: step-security/changed-files@v47
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- name: Check source files
id: check-source-files
if: github.event_name != 'workflow_dispatch'
uses: step-security/changed-files@v45
uses: step-security/changed-files@v47
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand All @@ -65,7 +65,7 @@
- name: Check build system files
id: check-build-files
if: github.event_name != 'workflow_dispatch'
uses: step-security/changed-files@v45
uses: step-security/changed-files@v47
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand All @@ -90,7 +90,7 @@
- name: Check Docker files
id: check-docker-files
if: github.event_name != 'workflow_dispatch'
uses: step-security/changed-files@v45
uses: step-security/changed-files@v47
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
Expand Down Expand Up @@ -447,11 +447,11 @@
- 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 450 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:450:9: shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck]
- name: Rotate Old Image Tags
id: rotate
if: github.repository == 'netdata/netdata' && needs.gen-tags.outputs.nightly == '1'
run: .github/scripts/rotate-docker-tags.sh ${{ needs.gen-tags.outputs.docker_repo }} ${{ needs.gen-tags.outputs.nightly_tag }} ${NIGHTLY_COUNT}

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

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:1:123: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/docker.yml:454:9: shellcheck reported issue in this script: SC2086:info:1:123: Double quote to prevent globbing and word splitting [shellcheck]
- name: Failure Notification
uses: rtCamp/action-slack-notify@v2
env:
Expand Down Expand Up @@ -607,11 +607,11 @@
- 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 610 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:610:9: shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck]
- name: Rotate Old Image Tags
id: rotate
if: github.repository == 'netdata/netdata' && needs.gen-tags.outputs.nightly == '1'
run: .github/scripts/rotate-docker-tags.sh ${{ needs.gen-tags.outputs.quay_repo }} ${{ needs.gen-tags.outputs.nightly_tag }} ${NIGHTLY_COUNT}

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

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:1:121: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/docker.yml:614:9: shellcheck reported issue in this script: SC2086:info:1:121: Double quote to prevent globbing and word splitting [shellcheck]
- name: Failure Notification
uses: rtCamp/action-slack-notify@v2
env:
Expand Down Expand Up @@ -767,11 +767,11 @@
- 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 770 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:770:9: shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck]
- name: Rotate Old Image Tags
id: rotate
if: github.repository == 'netdata/netdata' && needs.gen-tags.outputs.nightly == '1'
run: .github/scripts/rotate-docker-tags.sh ${{ needs.gen-tags.outputs.ghcr_repo }} ${{ needs.gen-tags.outputs.nightly_tag }} ${NIGHTLY_COUNT}

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

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:1:121: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/docker.yml:774:9: shellcheck reported issue in this script: SC2086:info:1:121: Double quote to prevent globbing and 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: step-security/changed-files@v45
uses: step-security/changed-files@v47
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: step-security/changed-files@v45
uses: step-security/changed-files@v47
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