Skip to content

Commit

Permalink
Change: Run actions in PR workflows from main
Browse files Browse the repository at this point in the history
Always run the actions used in our workflows for pull requests from main
branch. The main branch is our release branch.
  • Loading branch information
bjoernricks committed Jul 12, 2023
1 parent fe9db62 commit 31fe2ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
name: Report Conventional Commits
runs-on: ubuntu-latest
steps:
- name: Report Conventional Commits
uses: greenbone/actions/conventional-commits@v2
- name: Report Conventional Commits
uses: greenbone/actions/conventional-commits@main
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dependency Review
uses: greenbone/actions/dependency-review@v2
uses: greenbone/actions/dependency-review@main
4 changes: 2 additions & 2 deletions .github/workflows/sbom-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
id-token: write
contents: write
steps:
- name: 'SBOM upload'
uses: greenbone/actions/sbom-upload@v2
- name: SBOM upload
uses: greenbone/actions/sbom-upload@main
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup project
uses: greenbone/actions/poetry@v2
uses: greenbone/actions/poetry@main
with:
working-directory: backport-pull-request
- name: Run unit tests
Expand Down

0 comments on commit 31fe2ec

Please sign in to comment.