aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 06:03:30 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-01-09 19:02:51 +0000
commita4eb84d5e8165586a59d5e8e30c771fb7f133e2f (patch)
treeb9ed1a097bc04f46013dd73d398c093478b23306 /.github/workflows/codeql-analysis.yml
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-a4eb84d5e8165586a59d5e8e30c771fb7f133e2f.tar.gz
firejail-a4eb84d5e8165586a59d5e8e30c771fb7f133e2f.tar.zst
firejail-a4eb84d5e8165586a59d5e8e30c771fb7f133e2f.zip
build(deps): bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.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/755da8c3cf115ac066823e79a1e1788f8940201b...ac593985615ec2ede58e132d2e21d2b1cbd6127c) --- 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 47b4bfca3..bf08e01e9 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@755da8c3cf115ac066823e79a1e1788f8940201b 87 uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
88 88
89 # Initializes the CodeQL tools for scanning. 89 # Initializes the CodeQL tools for scanning.
90 - name: Initialize CodeQL 90 - name: Initialize CodeQL