aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-10 06:15:20 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2022-10-10 19:40:58 +0000
commit5ae2d50b9106329cc6a1d83cfe79b679d6ac390f (patch)
tree362b5a17c830142fee0117fc65533393564d64e4 /.github/workflows/codeql-analysis.yml
parentbuild(deps): bump github/codeql-action from 2.1.26 to 2.1.27 (diff)
downloadfirejail-5ae2d50b9106329cc6a1d83cfe79b679d6ac390f.tar.gz
firejail-5ae2d50b9106329cc6a1d83cfe79b679d6ac390f.tar.zst
firejail-5ae2d50b9106329cc6a1d83cfe79b679d6ac390f.zip
build(deps): bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [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/2541b1294d2704b0964813337f33b291d3f8596b...93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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 219d0963e..dffdebf8f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -49,7 +49,7 @@ jobs:
49 49
50 steps: 50 steps:
51 - name: Checkout repository 51 - name: Checkout repository
52 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b 52 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
53 53
54 # Initializes the CodeQL tools for scanning. 54 # Initializes the CodeQL tools for scanning.
55 - name: Initialize CodeQL 55 - name: Initialize CodeQL