Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeburg authored Nov 20, 2023
2 parents 9384e7d + 512626b commit 122b798
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Harden CI
uses: step-security/harden-runner@v2.5.1
uses: step-security/harden-runner@v2.6.1
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.5.1
uses: step-security/harden-runner@v2.6.1
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.5.1
uses: step-security/harden-runner@v2.6.1
with:
disable-sudo: true
egress-policy: block
Expand All @@ -123,7 +123,7 @@ jobs:
run: gzip --uncompress --stdout docker_images.tgz | docker image load

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# PHP version : OS name : OS version
8.2.8:alpine:3.18
8.2.11:alpine:3.18

0 comments on commit 122b798

Please sign in to comment.