aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-18 06:13:03 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2022-04-18 17:58:50 +0000
commit16bc93ca271ce789a711d7f484952ddd92bc6a3e (patch)
tree26b10b50af295f6d1db1a2143e56c83bb17437bf /.github/workflows/codeql-analysis.yml
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-16bc93ca271ce789a711d7f484952ddd92bc6a3e.tar.gz
firejail-16bc93ca271ce789a711d7f484952ddd92bc6a3e.tar.zst
firejail-16bc93ca271ce789a711d7f484952ddd92bc6a3e.zip
build(deps): bump actions/checkout from 3.0.0 to 3.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [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/a12a3943b4bdde767164f792f33f40b04645d846...dcd71f646680f2efd8db4afa5ad64fdcba30e748) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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 55ed5e71b..69fc8834b 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@a12a3943b4bdde767164f792f33f40b04645d846 46 uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
47 47
48 # Initializes the CodeQL tools for scanning. 48 # Initializes the CodeQL tools for scanning.
49 - name: Initialize CodeQL 49 - name: Initialize CodeQL