diff --git a/.github/workflows/integration_tests.disabled b/.github/workflows/integration_tests.disabled deleted file mode 100644 index 3a58292..0000000 --- a/.github/workflows/integration_tests.disabled +++ /dev/null @@ -1,13 +0,0 @@ -name: Integration Test -on: [push] -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - name: Update requirements.txt - uses: ryan-rozario/pipreqs-action@v2.0.0 - with: - PROJECT_PATH: . - REQUIREMENT_PATH: ./requirements.txt diff --git a/.github/workflows/major-version-updater.yml b/.github/workflows/major-version-updater.yml index 97d7276..efc38c5 100644 --- a/.github/workflows/major-version-updater.yml +++ b/.github/workflows/major-version-updater.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: version id: version run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee9954f..9de2c30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Push Docker Image if: ${{ success() }} uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index bad2aeb..5a0bc41 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -11,7 +11,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e with: stale-issue-message: 'This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 14 days.' close-issue-message: 'This issue was closed because it has been stalled for 35 days with no activity.' diff --git a/.github/workflows/use-action.yml b/.github/workflows/use-action.yml index 00362cc..7035a24 100644 --- a/.github/workflows/use-action.yml +++ b/.github/workflows/use-action.yml @@ -23,7 +23,7 @@ jobs: packages: read steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Run stale_repos tool uses: docker://ghcr.io/github/stale_repos:v1 env: