Merge pull request #1565 from GSA/update-github-actions

This commit is contained in:
Beverly Nguyen
2025-02-19 14:23:44 -08:00
committed by GitHub
8 changed files with 15 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ jobs:
echo "filename=$FILENAME" >> "$GITHUB_OUTPUT"
- name: write the ADR
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: ${{ steps.filename.outputs.filename }}
write-mode: overwrite

View File

@@ -27,11 +27,11 @@ jobs:
- uses: ./.github/actions/setup-project
- name: Create requirements.txt
run: poetry export --without-hashes --format=requirements.txt > requirements.txt
- uses: pypa/gh-action-pip-audit@v1.0.6
- uses: pypa/gh-action-pip-audit@v1.1.0
with:
inputs: requirements.txt
- name: Upload pip-audit artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pip-audit-report
path: /tmp/pip-audit-output.txt

View File

@@ -18,7 +18,7 @@ jobs:
- name: Check for changes to Terraform
id: changed-terraform-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
terraform/demo/**
@@ -78,7 +78,7 @@ jobs:
- name: Check for changes to templates.json
id: changed-templates
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
app/config_files/templates.json
@@ -88,7 +88,7 @@ jobs:
- name: Check for changes to egress config
id: changed-egress-config
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
deploy-config/egress_proxy/notify-api-demo.*.acl

View File

@@ -22,7 +22,7 @@ jobs:
- name: Check for changes to Terraform
id: changed-terraform-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
terraform/production/**
@@ -82,7 +82,7 @@ jobs:
- name: Check for changes to templates.json
id: changed-templates
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
app/config_files/templates.json
@@ -92,7 +92,7 @@ jobs:
- name: Check for changes to egress config
id: changed-egress-config
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
deploy-config/egress_proxy/notify-api-production.*.acl

View File

@@ -24,7 +24,7 @@ jobs:
- name: Check for changes to Terraform
id: changed-terraform-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
terraform/staging/**
@@ -84,7 +84,7 @@ jobs:
- name: Check for changes to templates.json
id: changed-templates
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
app/config_files/templates.json
@@ -94,7 +94,7 @@ jobs:
- name: Check for changes to egress config
id: changed-egress-config
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
deploy-config/egress_proxy/notify-api-staging.*.acl

View File

@@ -51,7 +51,7 @@ jobs:
# inspiration: https://learn.hashicorp.com/tutorials/terraform/github-actions#review-actions-workflow
- name: Update PR
uses: actions/github-script@v6
uses: actions/github-script@v7
# we would like to update the PR even when a prior step failed
if: ${{ always() }}
with:

View File

@@ -51,7 +51,7 @@ jobs:
# inspiration: https://learn.hashicorp.com/tutorials/terraform/github-actions#review-actions-workflow
- name: Update PR
uses: actions/github-script@v6
uses: actions/github-script@v7
# we would like to update the PR even when a prior step failed
if: ${{ always() }}
with:

View File

@@ -51,7 +51,7 @@ jobs:
# inspiration: https://learn.hashicorp.com/tutorials/terraform/github-actions#review-actions-workflow
- name: Update PR
uses: actions/github-script@v6
uses: actions/github-script@v7
# we would like to update the PR even when a prior step failed
if: ${{ always() }}
with: