Skip to content

Commit 4fc1e60

Browse files
dependabot[bot]skitt
authored andcommitted
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [anchore/scan-action](https://github.com/anchore/scan-action) | `7.0.0` | `7.1.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.30.5` | `4.31.2` | | [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file) | `5.0.1` | `6.0.0` | | [actions/stale](https://github.com/actions/stale) | `10.0.0` | `10.1.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | Updates `anchore/scan-action` from 7.0.0 to 7.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@f660128...568b89d) Updates `github/codeql-action` from 3.30.5 to 4.31.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3599b3b...0499de3) Updates `peter-evans/create-issue-from-file` from 5.0.1 to 6.0.0 - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases) - [Commits](peter-evans/create-issue-from-file@e8ef132...fca9117) Updates `actions/stale` from 10.0.0 to 10.1.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@3a9db7e...5f858e3) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-issue-from-file dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/stale dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c17c357 commit 4fc1e60

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Check out the repository
112112
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
113113
- name: Run Anchore vulnerability scanner
114-
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8
114+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993
115115
id: scan
116116
with:
117117
path: "."
@@ -122,7 +122,7 @@ jobs:
122122
run: cat ${{ steps.scan.outputs.sarif }}
123123
- name: Upload Anchore scan SARIF report
124124
if: always()
125-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
125+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
126126
with:
127127
sarif_file: ${{ steps.scan.outputs.sarif }}
128128

.github/workflows/periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Raise an Issue to report broken links
2727
if: ${{ failure() }}
28-
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd
28+
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710
2929
with:
3030
title: Broken link detected by CI
3131
content-filepath: .github/ISSUE_TEMPLATE/broken-link.md

.github/workflows/report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
- name: Check out the repository
4040
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4141
- name: Run Anchore vulnerability scanner
42-
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8
42+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993
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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
50+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
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@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
19+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008
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
@@ -33,7 +33,7 @@ jobs:
3333
done
3434
3535
- name: Upload artifacts
36-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
36+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
3737
with:
3838
name: Unit test artifacts
3939
path: artifacts

0 commit comments

Comments
 (0)