Skip to content

Commit

Permalink
Change: Versions immutable through hashcode
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe authored and greenbonebot committed Nov 15, 2024
1 parent 976b899 commit 97b31ab
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@396bb3e45325a47dd9ef434068033c6d5bb0d11a
with:
languages: ${{ matrix.language }}
queries: security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@396bb3e45325a47dd9ef434068033c6d5bb0d11a
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: release
url: https://github.com/greenbone/actions/releases
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
token: ${{ secrets.GREENBONE_BOT_TOKEN }}
fetch-depth: 0 # for conventional commits
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-doc-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Test doc coverage for c language
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Run test
uses: ./doc-coverage-clang
continue-on-error: true
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: |
echo $RANDOM | sha256sum | cut -f 1 -d ' ' > content.txt
- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: artifact
path: content.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-download-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Test Artifact Downloading
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Determine Branch
id: branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-hashsums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test creating sha256sums file
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Create a sha256sums file
uses: ./hashsums
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-is-latest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test older Tag
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup Repo and Tag
run: |
mkdir -p /tmp/repo
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
name: Test newer Tag
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup Repo and Tag
run: |
mkdir -p /tmp/repo
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
name: Test is latest Tag
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup Repo and Tag
run: |
mkdir -p /tmp/repo
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
name: Test branch as latest Tag
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup Repo and Tag
run: |
mkdir -p /tmp/repo
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
name: Test empty tag name as latest Tag
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup Repo and Tag
run: |
mkdir -p /tmp/repo
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Install poetry
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install poetry
uses: ./poetry
with:
Expand All @@ -26,7 +26,7 @@ jobs:
name: Test Coverage Python
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install poetry
uses: ./coverage-python
with:
Expand All @@ -38,7 +38,7 @@ jobs:
name: Test Linting Python
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install poetry
uses: ./lint-python
with:
Expand All @@ -50,9 +50,9 @@ jobs:
name: Test Pipx Install
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup Pyhton
uses: actions/setup-python@v5
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
id: python
with:
python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-signature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Test creating signature file
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Create a signature file
uses: ./signature
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-trigger-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Trigger long running workflow with timeout
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Determine Ref
id: ref
run: |
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
name: Trigger workflow successfully
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Determine Ref
id: ref
run: |
Expand All @@ -70,7 +70,7 @@ jobs:
name: Trigger failing workflow successfully
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Determine Ref
id: ref
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Run unit tests for backport-pull-request action
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup project
uses: greenbone/actions/poetry@main
with:
Expand Down

0 comments on commit 97b31ab

Please sign in to comment.