Skip to content

Commit 91f096c

Browse files
dependabot[bot]tpantelis
authored andcommitted
Bump the github-actions group with 7 updates
Bumps the github-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) | `1.0.15` | `1.0.16` | | [anchore/scan-action](https://github.com/anchore/scan-action) | `5.3.0` | `6.1.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.27.5` | `3.28.8` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.2.0` | `3.3.0` | | [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) | `3.1.0` | `4.0.0` | | [actions/stale](https://github.com/actions/stale) | `f69122271d990fd11f5594ccff2296f00ff59b49` | `ee7ef89499a3de6e4fe1fc1acb994e67c64e0a2a` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.3` | `4.6.0` | Updates `gaurav-nelson/github-action-markdown-link-check` from 1.0.15 to 1.0.16 - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases) - [Commits](gaurav-nelson/github-action-markdown-link-check@d53a906...1b916f2) Updates `anchore/scan-action` from 5.3.0 to 6.1.0 - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@869c549...7c05671) Updates `github/codeql-action` from 3.27.5 to 3.28.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f09c1c0...dd74661) Updates `docker/setup-qemu-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@49b3bc8...53851d1) Updates `sonarsource/sonarcloud-github-action` from 3.1.0 to 4.0.0 - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](SonarSource/sonarcloud-github-action@383f7e5...02ef911) Updates `actions/stale` from f69122271d990fd11f5594ccff2296f00ff59b49 to ee7ef89499a3de6e4fe1fc1acb994e67c64e0a2a - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@f691222...ee7ef89) Updates `actions/upload-artifact` from 4.4.3 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...65c4c4a) --- updated-dependencies: - dependency-name: gaurav-nelson/github-action-markdown-link-check dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/stale dependency-type: direct:production dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd378e5 commit 91f096c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
7272

7373
- name: Run markdown-link-check
74-
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
74+
uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc
7575
with:
7676
config-file: ".markdownlinkcheck.json"
7777
check-modified-files-only: "yes"
@@ -102,7 +102,7 @@ jobs:
102102
- name: Check out the repository
103103
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
104104
- name: Run Anchore vulnerability scanner
105-
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65
105+
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32
106106
id: scan
107107
with:
108108
path: "."
@@ -113,7 +113,7 @@ jobs:
113113
run: cat ${{ steps.scan.outputs.sarif }}
114114
- name: Upload Anchore scan SARIF report
115115
if: always()
116-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88
116+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
117117
with:
118118
sarif_file: ${{ steps.scan.outputs.sarif }}
119119

.github/workflows/multiarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out the repository
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1616
- name: Set up QEMU (to support building on non-native architectures)
17-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
17+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
1818
- name: Build the multi-arch images
1919
run: make multiarch-images
2020
- name: Check that we actually build multi-arch images

.github/workflows/periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020

2121
- name: Run markdown-link-check
22-
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
22+
uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc
2323
with:
2424
config-file: ".markdownlinkcheck.json"
2525

.github/workflows/report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: make unit
2525

2626
- name: Run SonarScan, upload Go test results and coverage
27-
uses: sonarsource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838
27+
uses: sonarsource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -39,14 +39,14 @@ jobs:
3939
- name: Check out the repository
4040
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4141
- name: Run Anchore vulnerability scanner
42-
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65
42+
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32
4343
id: scan
4444
with:
4545
path: "."
4646
fail-build: false
4747
- name: Show Anchore scan SARIF report
4848
run: cat ${{ steps.scan.outputs.sarif }}
4949
- name: Upload Anchore scan SARIF report
50-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88
50+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
5151
with:
5252
sarif_file: ${{ steps.scan.outputs.sarif }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: write
1717
pull-requests: write
1818
steps:
19-
- uses: actions/stale@f69122271d990fd11f5594ccff2296f00ff59b49
19+
- uses: actions/stale@ee7ef89499a3de6e4fe1fc1acb994e67c64e0a2a
2020
with:
2121
days-before-issue-stale: 120
2222
days-before-pr-stale: 14

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
done
3131
3232
- name: Upload artifacts
33-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
33+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3434
with:
3535
name: Unit test artifacts
3636
path: artifacts

0 commit comments

Comments
 (0)