Skip to content

Commit 50735dc

Browse files
committed
Pin external actions versions to commit hash value
1 parent 1079deb commit 50735dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
coverity:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: vapier/coverity-scan-action@v1
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16+
- uses: vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85 # v1.8.0
1717
with:
1818
project: Template-Repo
1919
email: ${{ secrets.COVERITY_SCAN_EMAIL }}

0 commit comments

Comments
 (0)