Skip to content

Commit 7a233e1

Browse files
chore(deps): update github actions (#253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20d2c35 commit 7a233e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3
22+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
2323

2424
- name: Auto Build
25-
uses: github/codeql-action/autobuild@5f8171a638ada777af81d42b55959a643bb29017 # v3
25+
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
2626

2727
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3
28+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3

.github/workflows/labelssync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
repository: 'RealShadowNova/.github'
1717
- name: Run Label Sync
18-
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5
18+
uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
yaml-file: .github/labels.yml

0 commit comments

Comments
 (0)