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.
2 parents 6e2e39d + 0851fdd commit e3dc878Copy full SHA for e3dc878
.github/workflows/cover.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Harden Runner
15
- uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
+ uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
16
with:
17
egress-policy: audit
18
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
GH_TOKEN: ${{ github.token }}
39
- name: Release
40
- uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
+ uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # tag=v2.2.2
41
42
draft: true
43
files: out/*
0 commit comments