Skip to content

Commit 7cbd65b

Browse files
committed
[SAM-260015]: update workflows
1 parent e5f4b06 commit 7cbd65b

4 files changed

Lines changed: 6 additions & 13 deletions

File tree

.github/workflows/issue-branch-sync.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout Repo
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Link Branch to Issue
2020
# Point this to your centralized repository
2121
uses: recursivezero/action-club/.github/actions/branch-notify@v0.2.57
2222
with:
2323
issue_prefix: ${{ vars.PROJECT_PREFIX || 'SAM'}}
2424
branch_name: ${{ github.event.ref }}
25-
dry_run: false

.github/workflows/lint.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Set up Python
3535
uses: actions/setup-python@v5

.github/workflows/security.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
audit:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818
persist-credentials: true
@@ -52,6 +52,8 @@ jobs:
5252
if: steps.deps.outputs.changed == 'true'
5353
run: poetry install
5454

55+
- uses: lgeiger/pyflakes-action@master
56+
5557
- name: Export requirements
5658
if: steps.deps.outputs.changed == 'true'
5759
run: |

0 commit comments

Comments
 (0)