Skip to content

Commit 1138ecd

Browse files
chore(deps): update github actions
1 parent fc07da6 commit 1138ecd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
- name: Initialize CodeQL
21-
uses: github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b # tag=v2
21+
uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
2222
- name: Auto Build
23-
uses: github/codeql-action/autobuild@b398f525a5587552e573b247ac661067fafa920b # tag=v2
23+
uses: github/codeql-action/autobuild@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
2424
- name: Perform CodeQL Analysis
25-
uses: github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b # tag=v2
25+
uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Project
16-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
- uses: denoland/setup-deno@v1
1818
with:
1919
deno-version: v1.x
@@ -25,10 +25,10 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout Project
28-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929

3030
- name: Cache deno
31-
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3
31+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3232
with:
3333
key: ${{ runner.os }}-deno-${{ hashFiles('deps.ts') }}
3434
restore-keys: ${{ runner.os }}-deno-

.github/workflows/labelssync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Project
14-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
with:
1616
repository: 'josh-development/.github'
1717
- name: Run Label Sync
18-
uses: crazy-max/ghaction-github-labeler@77450f9fa47c41fbab15c0923417fff00730ffa3 # tag=v4
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)