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.
1 parent e287d96 commit fa580ffCopy full SHA for fa580ff
2 files changed
.github/workflows/codeql-analysis.yml
@@ -45,7 +45,7 @@ jobs:
45
46
steps:
47
- name: Checkout repository
48
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
49
with:
50
persist-credentials: false
51
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
java: [ 8 ]
30
31
32
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
33
34
35
0 commit comments