We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0909aad + 26e35ac commit 0f1e0bbCopy full SHA for 0f1e0bb
.github/workflows/bicep-audit.yml
@@ -19,7 +19,7 @@ jobs:
19
security-events: write
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- name: Run Microsoft Security DevOps Analysis
25
uses: microsoft/security-devops-action@preview
.github/workflows/python-test.yaml
@@ -25,7 +25,7 @@ jobs:
# needed because the postgres container does not provide a healthcheck
26
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
27
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
- name: Setup python
30
uses: actions/setup-python@v5
31
with:
0 commit comments