2222 os : [ubuntu-latest]
2323 runs-on : ${{ matrix.os }}
2424 steps :
25- - uses : actions/checkout@v6
26- - uses : actions/setup-python@v6
25+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install project for developers
3939 os : [ubuntu-latest]
4040 runs-on : ${{ matrix.os }}
4141 steps :
42- - uses : actions/checkout@v6
43- - uses : actions/setup-python@v6
42+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 - name : Run license-check
5454 os : [ubuntu-latest]
5555 runs-on : ${{ matrix.os }}
5656 steps :
57- - uses : actions/checkout@v6
58- - uses : actions/setup-python@v6
57+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
58+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 - name : Install project for developers
7272 os : [ubuntu-latest]
7373 runs-on : ${{ matrix.os }}
7474 steps :
75- - uses : actions/checkout@v6
75+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7676
77- - uses : actions/setup-python@v6
77+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7878 with :
7979 python-version : ${{ matrix.python-version }}
8080
@@ -91,15 +91,15 @@ jobs:
9191
9292 - name : Upload HTML coverage report
9393 id : artifact-upload-step
94- uses : actions/upload-artifact@v7
94+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9595 if : always()
9696 with :
9797 name : coverage-report
9898 path : htmlcov/
9999
100100 - name : Comment PR with artifact link
101101 if : ${{ failure() && steps.unit-test.outcome == 'failure' && github.event_name == 'pull_request'}}
102- uses : actions/github-script@v8
102+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
103103 with :
104104 script : |
105105 const artifactId = ${{ steps.artifact-upload-step.outputs.artifact-id }}
@@ -123,8 +123,8 @@ jobs:
123123# os: [macos-latest]
124124# runs-on: ${{ matrix.os }}
125125# steps:
126- # - uses: actions/checkout@v6
127- # - uses: actions/setup-python@v6
126+ # - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
127+ # - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
128128# with:
129129# python-version: ${{ matrix.python-version }}
130130# - name: Install project for developers
@@ -142,8 +142,8 @@ jobs:
142142# os: [windows-latest]
143143# runs-on: ${{ matrix.os }}
144144# steps:
145- # - uses: actions/checkout@v6
146- # - uses: actions/setup-python@v6
145+ # - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
146+ # - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
147147# with:
148148# python-version: ${{ matrix.python-version }}
149149# - name: Install Pip
0 commit comments