-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update appinspect-cli to 2.0 and other dependencies (#211)
This updates every dependency that is not being run on container `ghcr.io/splunk/workflow-engine-base` as it does not support node20 in current version. Updated depenencies: - apache/[email protected] - actions/setup-python@v5 - amannn/[email protected] - docker/[email protected] - crazy-max/ghaction-virustotal@v4 - splunk/[email protected] - docker/setup-buildx-action@v3 Tested here: https://github.com/splunk/splunk-add-on-for-cisco-meraki/actions/runs/7396274137
- Loading branch information
1 parent
de8e1fc
commit 682b7f1
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -211,7 +211,7 @@ jobs: | |
pull-requests: read | ||
statuses: write | ||
steps: | ||
- uses: amannn/action-semantic-pull-request@v5.2.0 | ||
- uses: amannn/action-semantic-pull-request@v5.4.0 | ||
with: | ||
wip: true | ||
validateSingleCommit: true | ||
|
@@ -260,7 +260,7 @@ jobs: | |
GITHUB_TOKEN: ${{ github.token }} | ||
- name: Docker meta | ||
id: docker_action_meta | ||
uses: docker/metadata-action@v4.6.0 | ||
uses: docker/metadata-action@v5.4.0 | ||
with: | ||
images: ghcr.io/${{ github.repository }}/container | ||
tags: | | ||
|
@@ -334,7 +334,7 @@ jobs: | |
if: ${{ needs.setup-workflow.outputs.skip-workflow != 'Yes' }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.7" | ||
- uses: pre-commit/[email protected] | ||
|
@@ -428,7 +428,7 @@ jobs: | |
checks: write | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Setup addon | ||
|
@@ -476,7 +476,7 @@ jobs: | |
checks: write | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Setup addon | ||
|
@@ -529,7 +529,7 @@ jobs: | |
# build if this is not set false | ||
persist-credentials: false | ||
- name: Setup python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.7 | ||
- name: create requirements file for pip | ||
|
@@ -667,7 +667,7 @@ jobs: | |
# build if this is not set false | ||
persist-credentials: false | ||
- name: Setup python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.9 | ||
- name: create requirements file for pip | ||
|
@@ -733,7 +733,7 @@ jobs: | |
name: package-splunkbase | ||
path: build/package/ | ||
- name: VirusTotal Scan | ||
uses: crazy-max/ghaction-virustotal@v3 | ||
uses: crazy-max/ghaction-virustotal@v4 | ||
with: | ||
vt_api_key: ${{ secrets.VT_API_KEY }} | ||
files: | | ||
|
@@ -755,7 +755,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Install Python 3 | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.7 | ||
- name: run-tests | ||
|
@@ -794,7 +794,7 @@ jobs: | |
name: package-splunkbase | ||
path: build/package/ | ||
- name: Scan | ||
uses: splunk/appinspect-cli-action@v1.12 | ||
uses: splunk/appinspect-cli-action@v2.0 | ||
with: | ||
app_path: build/package/ | ||
included_tags: ${{ matrix.tags }} | ||
|
@@ -874,7 +874,7 @@ jobs: | |
mv oras-install/oras /usr/local/bin/ | ||
rm -rf oras_0.12.0_*.tar.gz oras-install/ | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
uses: docker/setup-buildx-action@v3 | ||
- name: Login to GitHub Packages Docker Registry | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -883,7 +883,7 @@ jobs: | |
password: ${{ github.token }} | ||
- name: Docker meta | ||
id: meta | ||
uses: docker/metadata-action@v4.6.0 | ||
uses: docker/metadata-action@v5.4.0 | ||
with: | ||
images: ghcr.io/${{ github.repository }} | ||
tags: | | ||
|
@@ -993,7 +993,7 @@ jobs: | |
path: ${{ github.workspace }} | ||
- name: Setup python | ||
if: steps.download-openapi.conclusion != 'skipped' | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.7 | ||
- name: modinput-test-prerequisites | ||
|