Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit ec33983

Browse files
chore(deps): update github actions (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5dc8e7a commit ec33983

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repository
19-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
19+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
2020
- name: Initialize CodeQL
21-
uses: github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2
21+
uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d # v2
2222
- name: Auto Build
23-
uses: github/codeql-action/autobuild@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2
23+
uses: github/codeql-action/autobuild@67a35a08586135a9573f4327e904ecbf517a882d # v2
2424
- name: Perform CodeQL Analysis
25-
uses: github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2
25+
uses: github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d # v2

.github/workflows/labelssync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Project
14-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
14+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
1515
with:
1616
repository: 'josh-development/.github'
1717
- name: Run Label Sync

0 commit comments

Comments
 (0)