Skip to content

Commit c22827f

Browse files
ci: pin actions (#773)
* ci: pin actions * ci: fix job names
1 parent cbec268 commit c22827f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/actionlint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ on:
1010
paths:
1111
- .github/**
1212
jobs:
13-
default:
13+
actionlint:
1414
timeout-minutes: 30
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: aquaproj/aqua-installer@v3.1.0
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
1919
with:
2020
aqua_version: v2.38.0
2121
- run: actionlint

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
push:
77
branches: [main]
88
jobs:
9-
default:
9+
test:
1010
timeout-minutes: 30
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
- uses: ./
1515
- name: Test a single file
1616
uses: ./

0 commit comments

Comments
 (0)