Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
testsNeeded: ${{ steps.testsNeeded.outputs.testsNeeded }}
steps:
- name: checkout source code
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: setup
id: setup
uses: hyperledger-indy/indy-shared-gha/.github/actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
publish: ${{ steps.setup.outputs.publish }}
steps:
- name: checkout source code
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: setup
id: setup
uses: hyperledger-indy/indy-shared-gha/.github/actions/[email protected]
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/publishRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
publish: ${{ steps.workflow-setup.outputs.publish }}
steps:
- name: checkout source code
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: get-release-info
id: get-release-info
uses: hyperledger-indy/indy-shared-gha/.github/actions/[email protected]
Expand All @@ -48,43 +48,43 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Download Plenum deb Artifacts from Github Action Artifacts
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v12
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: releasepr.yaml
workflow_conclusion: success
name: plenum-deb
path: artifacts/plenum-deb
- name: Download Plenum python Artifacts from Github Action Artifacts
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v12
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: releasepr.yaml
workflow_conclusion: success
name: plenum-python
path: artifacts/plenum-python
- name: Download Plenum third party dependency Artifacts from Github Action Artifacts
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v12
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: releasepr.yaml
workflow_conclusion: success
name: third-party-dependencies
path: artifacts/third-party-dependencies
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: third-party-dependencies
path: artifacts/third-party-dependencies
retention-days: 5
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: plenum-deb
path: artifacts/plenum-deb
retention-days: 5
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: plenum-python
path: artifacts/plenum-python
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
needs: [release-infos, publish_artifacts, convertPyVersion]
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.BOT_PR_PAT }}
repository: hyperledger-indy/indy-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releasepr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: ${{ steps.workflow-setup.outputs.distribution }}
steps:
- name: checkout source code
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: get-release-info
id: get-release-info
uses: hyperledger-indy/indy-shared-gha/.github/actions/[email protected]
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/reuseable_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Cache pip
uses: actions/cache@v4
uses: actions/cache@v5
with:
# pip cache on the plenum-build image is not in the default location.
# path: ~/.cache/pip
Expand All @@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-pip-

- name: Download plenum deb build
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: plenum-deb

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Upload Detailed Test Failure Results
# The test runner only emits the detailed test results if the tests fail.
if: (steps.plenum-test.outcome == 'failure') && failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: detailed-test-result-slice-${{ matrix.slice }}
path: test-result-plenum-${{ matrix.slice }}.txt
Expand All @@ -97,10 +97,10 @@ jobs:
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Cache pip
uses: actions/cache@v4
uses: actions/cache@v5
with:
# pip cache on the plenum-build image is not in the default location.
# path: ~/.cache/pip
Expand All @@ -110,7 +110,7 @@ jobs:
${{ runner.os }}-pip-

- name: Download plenum deb build
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: plenum-deb

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@v4 # was v4.1.1 - b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@v6 # was v4.1.1 - b4ffde65f46336ab88eb53be808477a3936bae11
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/[email protected].0 # was v2.3.1 - 0864cf19026789058feabb7e87baa5f140aac736
uses: ossf/[email protected].3 # was v2.3.1 - 0864cf19026789058feabb7e87baa5f140aac736
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -62,7 +62,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@v4 # was v3.pre.node20 97a0fba1372883ab732affbe8f94b823f91727db
uses: actions/upload-artifact@v6 # was v3.pre.node20 97a0fba1372883ab732affbe8f94b823f91727db
with:
name: SARIF file
path: results.sarif
Expand All @@ -71,6 +71,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v3 # was v3.24.9 - 1b1aada464948af03b950897e5eb522f92603cc2
uses: github/codeql-action/upload-sarif@v4 # was v3.24.9 - 1b1aada464948af03b950897e5eb522f92603cc2
with:
sarif_file: results.sarif
8 changes: 4 additions & 4 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
BASE: ${{ steps.get-branch.outputs.branch }}
steps:
- name: checkout source code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: extract branch
Expand All @@ -36,9 +36,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.8'
- name: Install deps for version change
Expand All @@ -53,7 +53,7 @@ jobs:
./bump_version.sh ${{ needs.taginfos.outputs.VERSION }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v8
with:
author: ${{ github.actor }} <${{ github.event.pusher.email }}>
committer: ${{ github.actor }} <${{ github.event.pusher.email }}>
Expand Down
Loading