Skip to content

Commit 9ac64dd

Browse files
authored
Merge pull request #403 from felddy/dependabot/github_actions/github-actions-all-10fb47e5ab
Bump the github-actions-all group across 1 directory with 4 updates
2 parents b4eef84 + e41343d commit 9ac64dd

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Harden Runner
48-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # tag=v2.10.2
48+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # tag=v2.10.4
4949
with:
5050
# TODO: change to 'egress-policy: block' after couple of runs
5151
egress-policy: audit
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # tag=codeql-bundle-v3.28.0
58+
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1
5959
with:
6060
languages: ${{ matrix.language }}
6161

@@ -65,7 +65,7 @@ jobs:
6565
# manually (see below).
6666
# manually (see below).
6767
- name: Autobuild
68-
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # tag=codeql-bundle-v3.28.0
68+
uses: github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1
6969

7070
# ℹ️ Command-line programs to run using the OS shell. 📚
7171
# https://git.io/JvXDl
@@ -83,4 +83,4 @@ jobs:
8383
# make release
8484

8585
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # tag=codeql-bundle-v3.28.0
86+
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden Runner
15-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # tag=v2.10.2
15+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # tag=v2.10.4
1616
with: # TODO: change to 'egress-policy: block' after couple of runs
1717
egress-policy: audit
1818
- name: 'Checkout Repository'

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5353
# format to the repository Actions tab.
5454
- name: "Upload artifact"
55-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # tag=v4.5.0
55+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # tag=v4.6.0
5656
with:
5757
name: SARIF file
5858
path: results.sarif
5959
retention-days: 5
6060

6161
# Upload the results to GitHub's code scanning dashboard.
6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # tag=codeql-bundle-v3.28.0
63+
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # tag=codeql-bundle-v3.28.1
6464
with:
6565
sarif_file: results.sarif

.github/workflows/stale-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Harden Runner
17-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # tag=v2.10.2
17+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # tag=v2.10.4
1818
with:
1919
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2020

21-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # tag=v9.0.0
21+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # tag=v9.1.0
2222
with:
2323
days-before-stale: 28
2424
days-before-close: 7

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # tag=v2.10.2
23+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # tag=v2.10.4
2424
with:
2525
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2

0 commit comments

Comments
 (0)