Skip to content

Commit a2b41c3

Browse files
committed
Pin remainder of Github Actions flagged in code scanning
1 parent 1f613c5 commit a2b41c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- '3.13'
2525
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
allow-prereleases: true
@@ -53,9 +53,9 @@ jobs:
5353
os: ubuntu-20.04
5454
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@v5
58+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
allow-prereleases: true

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929
with:
3030
persist-credentials: false
3131

0 commit comments

Comments
 (0)