Skip to content

Commit

Permalink
ci(deps): bump actions/setup-python from 2.3.0 to 2.3.1 (Checkmarx#4574)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2021
1 parent a556ad8 commit 2cbec8d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout Source
uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: "3.x"
- name: Run test metrics script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
value: https://github.com/Checkmarx/kics/actions/runs/${{ github.run_id }}"
- name: View HEAD Commit
value: https://github.com/Checkmarx/kics/commit/${{ github.sha }}
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: 3.x
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-apispec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
echo "scratch,${COMMIT_SHA8},${DATE},${DIGEST}" >> docs/docker/apispec.csv
echo "alpine,${COMMIT_SHA8},${DATE},${ALPINE_DIGEST}" >> docs/docker/apispec.csv
echo "debian,${COMMIT_SHA8},${DATE},${DEBIAN_DIGEST}" >> docs/docker/apispec.csv
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: 3.x
- name: Generate .md table
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dkr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
echo "${VERSION}-alpine,${ALPINE_DIGEST}" >> docs/docker/digests.csv
echo "${VERSION}-debian,${DEBIAN_DIGEST}" >> docs/docker/digests.csv
echo "${VERSION}-ubi7,${UBI7_DIGEST}" >> docs/docker/digests.csv
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: 3.x
- name: Generate .md table
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
DIGEST=${{ steps.build_gh_action.outputs.digest }}
echo "${VERSION}-gh-actions,${DIGEST}" >> docs/docker/digests.csv
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: 3.x
- name: Generate .md table
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
echo "alpine,${COMMIT_SHA8},${DATE},${ALPINE_DIGEST}" >> docs/docker/nightly.csv
echo "debian,${COMMIT_SHA8},${DATE},${DEBIAN_DIGEST}" >> docs/docker/nightly.csv
echo "ubi7,${COMMIT_SHA8},${DATE},${UBI7_DIGEST}" >> docs/docker/nightly.csv
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: 3.x
- name: Generate .md table
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs-queries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: "3.x"
- name: Update docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "curr tag ${{ steps.version.outputs.ctag }}"
echo "prev ver ${{ steps.version.outputs.pversion }}"
echo "curr ver ${{ steps.version.outputs.cversion }}"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: 3.x
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-install-script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
&& chmod +x godownloader \
&& rm -vf $(basename "${FULL_URL}") \
&& cd "${PROJDIR}"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: "3.x"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-cfn-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]
with:
persist-credentials: false
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.x'
- name: Get commit changed files
Expand Down

0 comments on commit 2cbec8d

Please sign in to comment.