aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-19 06:02:59 +0000
committerLibravatar GitHub <noreply@github.com>2022-12-19 06:02:59 +0000
commit2dd3530cb3ed2bd1a2b31f3af0411d5b18e8a810 (patch)
treeeb84c24cb211ebed54aae63623e402a30d83d80c /.github/workflows/codeql-analysis.yml
parentfixes (diff)
downloadfirejail-2dd3530cb3ed2bd1a2b31f3af0411d5b18e8a810.tar.gz
firejail-2dd3530cb3ed2bd1a2b31f3af0411d5b18e8a810.tar.zst
firejail-2dd3530cb3ed2bd1a2b31f3af0411d5b18e8a810.zip
build(deps): bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.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/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...755da8c3cf115ac066823e79a1e1788f8940201b) --- 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 b4d3fc8ab..d617fa561 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -84,7 +84,7 @@ jobs:
84 uploads.github.com:443 84 uploads.github.com:443
85 85
86 - name: Checkout repository 86 - name: Checkout repository
87 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 87 uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
88 88
89 # Initializes the CodeQL tools for scanning. 89 # Initializes the CodeQL tools for scanning.
90 - name: Initialize CodeQL 90 - name: Initialize CodeQL