Skip to content

Commit

Permalink
feat: new version of splunk-appinspect and bump CI versions (#110)
Browse files Browse the repository at this point in the history
Bumping splunk-appinspect version and bump some CI-related versions.
  • Loading branch information
artemrys committed Sep 13, 2023
1 parent 3e20a40 commit 0ba42dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ jobs:
- name: Install yq
run: sudo snap install yq
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- 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/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker meta
id: docker_action_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/splunk/appinspect-cli-action/appinspect-cli-action
tags: |
Expand All @@ -79,7 +79,7 @@ jobs:
type=sha,format=long
- name: Build and push action
id: docker_action_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyyaml==6.0.1
splunk-appinspect==2.37.0
splunk-appinspect==2.37.1
tabulate==0.9.0

0 comments on commit 0ba42dd

Please sign in to comment.