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 9ff1a25 + 4bd06cd commit d815276Copy full SHA for d815276
2 files changed
.github/workflows/codeql-analysis.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: Checkout repository
35
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
+ uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
36
with:
37
# We must fetch at least the immediate parents so that if this is
38
# a pull request then we can checkout the head.
.github/workflows/run-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
os: ubuntu-latest
22
23
24
- - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
+ - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
25
- name: Set up Python ${{ matrix.python-version }}
26
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
27
0 commit comments