Skip to content

Commit 8e9b27e

Browse files
authored
Adding SHA for security and stability (#133)
1 parent fd493af commit 8e9b27e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: .github/workflows/defaultLabels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
label-issues:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/stale@v9
11+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
1212
name: Setting issue as idle
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -19,7 +19,7 @@ jobs:
1919
operations-per-run: 100
2020
exempt-issue-labels: 'backlog'
2121

22-
- uses: actions/stale@v9
22+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
2323
name: Setting PR as idle
2424
with:
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}

Diff for: .github/workflows/integration-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
KUBECONFIG: /home/runner/.kube/config
1818
PR_BASE_REF: ${{ github.event.pull_request.base.ref }}
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
name: Checkout from PR branch
2222

2323
- id: action-npm-build
@@ -29,7 +29,7 @@ jobs:
2929
npm run build
3030
fi
3131
32-
- uses: actions/setup-python@v5
32+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3333
name: Install Python
3434
with:
3535
python-version: '3.x'

Diff for: .github/workflows/prettify-code.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414

1515
- name: Enforce Prettier
16-
uses: actionsx/prettier@v3
16+
uses: actionsx/prettier@3d9f7c3fa44c9cb819e68292a328d7f4384be206 #v3.0.0
1717
with:
1818
args: --check .

Diff for: .github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build: # make sure build/ci works properly
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717

1818
- name: Build and run L0 tests.
1919
run: |

0 commit comments

Comments
 (0)