We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5fb87 commit 0dfc99dCopy full SHA for 0dfc99d
.github/workflows/file-size-checker.yml
@@ -16,8 +16,13 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
+ - name: Harden the runner (Audit all outbound calls)
20
+ uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
21
+ with:
22
+ egress-policy: audit
23
+
24
- name: Checkout code
- uses: actions/checkout@v4
25
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
with:
27
fetch-depth: 0
28
@@ -72,7 +77,7 @@ jobs:
72
77
73
78
- name: Update Status and Comment
74
79
if: always()
75
- uses: actions/github-script@v7
80
+ uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
76
81
82
github-token: ${{ secrets.GITHUB_TOKEN }}
83
script: |
0 commit comments