aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-07 06:15:58 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2022-03-08 20:12:45 +0000
commitbf6f98153abe0426f57b894f72161d1f171a7d0f (patch)
tree33141a0c5018e6258c41846d0276e1a22be7a857 /.github/workflows/codeql-analysis.yml
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-bf6f98153abe0426f57b894f72161d1f171a7d0f.tar.gz
firejail-bf6f98153abe0426f57b894f72161d1f171a7d0f.tar.zst
firejail-bf6f98153abe0426f57b894f72161d1f171a7d0f.zip
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/ec3a7ce113134d7a93b817d10a8272cb61118579...a12a3943b4bdde767164f792f33f40b04645d846) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index a3b89def5..1352ce3e6 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,7 +43,7 @@ jobs:
43 43
44 steps: 44 steps:
45 - name: Checkout repository 45 - name: Checkout repository
46 uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 46 uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
47 47
48 # Initializes the CodeQL tools for scanning. 48 # Initializes the CodeQL tools for scanning.
49 - name: Initialize CodeQL 49 - name: Initialize CodeQL