Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
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/setup-python@v4
- uses: actions/setup-python@v6
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/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: 3.x
- name: Generate .md table
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19.x
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Run get release commits script
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}-ubi8,${UBI8_DIGEST}" >> docs/docker/digests.csv
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
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/setup-python@v4
- uses: actions/setup-python@v6
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 "ubi8,${COMMIT_SHA8},${DATE},${UBI8_DIGEST}" >> docs/docker/nightly.csv
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: 3.x
- name: Generate .md table
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/statistics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt-get install cloc
GO_LOC=$(cloc . | grep Go | grep -Eo '[0-9]+$')
echo "::set-output name=goloc::${GO_LOC}"
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Run test statistics script
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/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
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/setup-python@v4
- uses: actions/setup-python@v6
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/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_software_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Run update_versions script
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/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-python@v4
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Get commit changed files
Expand Down