File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
name : Test
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1
34
+ - uses : taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
35
35
- uses : oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
36
36
with :
37
37
save-cache : ${{ github.ref_name == 'main' }}
44
44
name : Lint
45
45
runs-on : ubuntu-latest
46
46
steps :
47
- - uses : taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1
47
+ - uses : taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
48
48
49
49
- uses : oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
50
50
with :
Original file line number Diff line number Diff line change 25
25
26
26
- uses : oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
27
27
28
- - uses : MarcoIeni/release-plz-action@36d2dcf6a250ff9c4dfd2984e988d79ea67a4c6a # v0.5
28
+ - uses : MarcoIeni/release-plz-action@8e91c71a60327f76b30233d17e3cabb316522e8f # v0.5
29
29
env :
30
30
GITHUB_TOKEN : ${{ secrets.OXC_BOT_PAT }}
31
31
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
security-events : write
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
with :
25
25
persist-credentials : false
26
26
27
- - uses : taiki-e/install-action@ae97ff9daf1cd2e216671a047d80ff48461e30bb # v2.49.1
27
+ - uses : taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2.49.39
28
28
with :
29
29
tool : zizmor
30
30
34
34
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
35
36
36
- name : Upload SARIF file
37
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
37
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
38
38
with :
39
39
sarif_file : results.sarif
40
40
category : zizmor
You can’t perform that action at this time.
0 commit comments