Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/docker/login-act…
Browse files Browse the repository at this point in the history
…ion-3
  • Loading branch information
mikeburg authored Nov 20, 2023
2 parents 8311c59 + a55ae19 commit 49ff130
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 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.10:alpine:3.18
8.2.11:alpine:3.18

0 comments on commit 49ff130

Please sign in to comment.