Skip to content

Commit 11ecddc

Browse files
dependabot[bot]tpantelis
authored andcommitted
Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check), [github/codeql-action](https://github.com/github/codeql-action), [anchore/scan-action](https://github.com/anchore/scan-action) and [actions/stale](https://github.com/actions/stale). 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 `github/codeql-action` from 3.28.1 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@b6a472f...dd74661) Updates `anchore/scan-action` from 6.0.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@abae793...7c05671) Updates `actions/stale` from fa77dfddd04682b7d96dbc4e016318e681fdc10e to ee7ef89499a3de6e4fe1fc1acb994e67c64e0a2a - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@fa77dfd...ee7ef89) --- 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: github/codeql-action 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-minor dependency-group: github-actions - dependency-name: actions/stale dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ea7786 commit 11ecddc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/linting.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
107107

108108
- name: Run markdown-link-check
109-
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
109+
uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc
110110
with:
111111
config-file: ".markdownlinkcheck.json"
112112
check-modified-files-only: "yes"
@@ -146,11 +146,11 @@ jobs:
146146
- name: Check out the repository
147147
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
148148
- name: Initialize CodeQL
149-
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c
149+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a
150150
with:
151151
languages: go
152152
- name: Run CodeQL variant analysis
153-
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c
153+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a
154154
- name: Show CodeQL scan SARIF report
155155
if: always()
156156
run: cat ../results/go.sarif
@@ -162,7 +162,7 @@ jobs:
162162
- name: Check out the repository
163163
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
164164
- name: Run Anchore vulnerability scanner
165-
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342
165+
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32
166166
id: scan
167167
with:
168168
path: "."
@@ -173,7 +173,7 @@ jobs:
173173
run: cat ${{ steps.scan.outputs.sarif }}
174174
- name: Upload Anchore scan SARIF report
175175
if: always()
176-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c
176+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
177177
with:
178178
sarif_file: ${{ steps.scan.outputs.sarif }}
179179

.github/workflows/periodic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5555

5656
- name: Run markdown-link-check
57-
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
57+
uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc
5858
with:
5959
config-file: ".markdownlinkcheck.json"
6060

.github/workflows/report.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
- name: Check out the repository
3939
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c
41+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a
4242
with:
4343
languages: go
4444
- name: Run CodeQL variant analysis
45-
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c
45+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a
4646
- name: Show CodeQL scan SARIF report
4747
if: always()
4848
run: cat ../results/go.sarif
@@ -57,14 +57,14 @@ jobs:
5757
- name: Check out the repository
5858
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5959
- name: Run Anchore vulnerability scanner
60-
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342
60+
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32
6161
id: scan
6262
with:
6363
path: "."
6464
fail-build: false
6565
- name: Show Anchore scan SARIF report
6666
run: cat ${{ steps.scan.outputs.sarif }}
6767
- name: Upload Anchore scan SARIF report
68-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c
68+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
6969
with:
7070
sarif_file: ${{ steps.scan.outputs.sarif }}

.github/workflows/stale.yml

+1-1
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@fa77dfddd04682b7d96dbc4e016318e681fdc10e
19+
- uses: actions/stale@ee7ef89499a3de6e4fe1fc1acb994e67c64e0a2a
2020
with:
2121
days-before-issue-stale: 120
2222
days-before-pr-stale: 14

0 commit comments

Comments
 (0)