File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
dependency-review :
11
11
permissions :
12
12
pull-requests : write
13
- uses : fish-shop/workflows/.github/workflows/dependency-review.yml@6a65387b9d8807b9140bfde501823dd96243f611 # v1.9.6
13
+ uses : fish-shop/workflows/.github/workflows/dependency-review.yml@0ab266814f754c4b1706b523a4e90ccd97bcc362 # v1.9.7
Original file line number Diff line number Diff line change 10
10
markdown-links :
11
11
permissions :
12
12
pull-requests : write
13
- uses : fish-shop/workflows/.github/workflows/markdown-links.yml@6a65387b9d8807b9140bfde501823dd96243f611 # v1.9.6
13
+ uses : fish-shop/workflows/.github/workflows/markdown-links.yml@0ab266814f754c4b1706b523a4e90ccd97bcc362 # v1.9.7
Original file line number Diff line number Diff line change 17
17
id-token : write # Needed to publish results to OpenSSF API and get a badge (see publish_results below)
18
18
steps :
19
19
- name : Harden runner
20
- uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
20
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
21
21
with :
22
22
egress-policy : audit
23
23
- name : Checkout repository
@@ -31,12 +31,12 @@ jobs:
31
31
results_format : sarif
32
32
publish_results : true
33
33
- name : Upload Actions artifact
34
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
34
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
35
35
with :
36
36
name : SARIF file
37
37
path : results.sarif
38
38
retention-days : 5
39
39
- name : Upload to code scanning dashboard
40
- uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
40
+ uses : github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
41
41
with :
42
42
sarif_file : results.sarif
Original file line number Diff line number Diff line change 10
10
release-tags :
11
11
permissions :
12
12
contents : write
13
- uses : fish-shop/workflows/.github/workflows/release-tags.yml@6a65387b9d8807b9140bfde501823dd96243f611 # v1.9.6
13
+ uses : fish-shop/workflows/.github/workflows/release-tags.yml@0ab266814f754c4b1706b523a4e90ccd97bcc362 # v1.9.7
Original file line number Diff line number Diff line change 27
27
- name : Checkout repository
28
28
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
29
- name : Install fish shell
30
- uses : fish-shop/install-fish-shell@81b9ed7df3410232158bb4da19425637d9e6f455 # v1.0.10
30
+ uses : fish-shop/install-fish-shell@71e42122c25804f971f89857d700c68a7efb3855 # v1.0.11
31
31
- name : Create syntactically valid fish shell function
32
32
run : |
33
33
cat << EOF >./valid-syntax.fish
You can’t perform that action at this time.
0 commit comments