Skip to content

Commit

Permalink
Merge pull request #1743 from blacklanternsecurity/troubleshoot-versi…
Browse files Browse the repository at this point in the history
…on-updater

Fix version updater
  • Loading branch information
TheTechromancer authored Sep 4, 2024
2 parents aa847bc + fa34c99 commit 88531e6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/version_updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
update-nuclei-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: dev
fetch-depth: 0
token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -54,16 +55,17 @@ jobs:
# Release notes:
${{ env.release_notes }}
branch: "update-nuclei"
committer: GitHub <noreply@github.com>
author: GitHub <noreply@github.com>
committer: blsaccess <info@blacklanternsecurity.com>
author: blsaccess <info@blacklanternsecurity.com>
assignees: "TheTechromancer"
update-trufflehog-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: dev
fetch-depth: 0
token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -105,6 +107,6 @@ jobs:
# Release notes:
${{ env.release_notes }}
branch: "update-trufflehog"
committer: GitHub <noreply@github.com>
author: GitHub <noreply@github.com>
committer: blsaccess <info@blacklanternsecurity.com>
author: blsaccess <info@blacklanternsecurity.com>
assignees: "TheTechromancer"

0 comments on commit 88531e6

Please sign in to comment.