Skip to content

Commit

Permalink
Merge pull request #797 from GSA/dependabot/github_actions/github-act…
Browse files Browse the repository at this point in the history
…ions-69fba2c8bf

Bump the github-actions group with 5 updates
  • Loading branch information
btylerburton authored Jan 13, 2025
2 parents caf89c2 + faf971e commit 0bd961f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
- uses: actions/add-to-project@v1.0.2
with:
project-url: 'https://github.com/orgs/GSA/projects/11/views/1'
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
6 changes: 3 additions & 3 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
python-version: ['3.x']
steps:
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v4
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: lint
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: test
run: make build test
- name: test extension
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Create Pull Request
if: ${{ failure() && github.event_name == 'schedule' }}
id: scpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.ADD_TO_PROJECT_PAT }}
commit-message: Update Pip Requirements
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update_publishers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Get changed files using defaults
id: changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v45
- name: Check if inventory_publishers has changed
if: contains(steps.changed-files.outputs.modified_files, 'config/data/inventory_publishers.csv')
run: |
Expand Down Expand Up @@ -50,12 +50,12 @@ jobs:
- update-publishers-staging
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Get changed files using defaults
id: changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v45
- name: Check if inventory_publishers has changed
if: contains(steps.changed-files.outputs.modified_files, 'config/data/inventory_publishers.csv')
run: |
Expand Down

0 comments on commit 0bd961f

Please sign in to comment.