Skip to content

Commit 1f5a34c

Browse files
committed
fix: pin GitHub action to commit
1 parent 092a164 commit 1f5a34c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: sha256sum sentinelhub > ./checksums.txt
2929

3030
- name: Upload Release Artifacts
31-
uses: softprops/action-gh-release@v2
31+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 #v2.3.3
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
files: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
4242
- name: Upload Coverage to Codecov
43-
uses: codecov/codecov-action@v5
43+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 #v5.5.1
4444
with:
4545
file: ./coverage.txt
4646
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)