diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d1167ed1a7..f98415f75d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/issue-trigger.yml b/.github/workflows/issue-trigger.yml index e8a36de2cd..c79233b9d6 100644 --- a/.github/workflows/issue-trigger.yml +++ b/.github/workflows/issue-trigger.yml @@ -9,7 +9,7 @@ jobs: # Only trigger this action when an issue is newly created if: ${{ github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'transferred')}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Check if the issue has required labels - name: Check Labels uses: actions/github-script@v6 @@ -47,7 +47,7 @@ jobs: #Triggers when the issue is newly assigned if: ${{ github.event_name == 'issues' && github.event.action == 'assigned'}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Check if the issue has the required roles - name: Check Labels Prelim diff --git a/.github/workflows/lint-scss.yml b/.github/workflows/lint-scss.yml index 203e6a88c8..0f1078cdd9 100644 --- a/.github/workflows/lint-scss.yml +++ b/.github/workflows/lint-scss.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/move-closed-issues.yaml b/.github/workflows/move-closed-issues.yaml index 9fea235422..0498e6bcce 100644 --- a/.github/workflows/move-closed-issues.yaml +++ b/.github/workflows/move-closed-issues.yaml @@ -7,7 +7,7 @@ jobs: move-closed-issue: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Sort Closed Issues by Label uses: actions/github-script@v6 id: sort-closed-issues diff --git a/.github/workflows/schedule-daily-1100.yml b/.github/workflows/schedule-daily-1100.yml index 46f3153e4b..e108189ed3 100644 --- a/.github/workflows/schedule-daily-1100.yml +++ b/.github/workflows/schedule-daily-1100.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }} diff --git a/.github/workflows/schedule-fri-0700.yml b/.github/workflows/schedule-fri-0700.yml index 654dc8dfba..3701aec513 100644 --- a/.github/workflows/schedule-fri-0700.yml +++ b/.github/workflows/schedule-fri-0700.yml @@ -8,7 +8,7 @@ jobs: Add-Update-Label-to-Issues-Weekly: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/github-script@v6 env: IN_PROGRESS_COLUMN_ID: ${{ secrets.IN_PROGRESS_COLUMN_ID }} diff --git a/.github/workflows/schedule-monthly-PREV.yml b/.github/workflows/schedule-monthly-PREV.yml index 0ce2adefbb..b4cac9d9b1 100644 --- a/.github/workflows/schedule-monthly-PREV.yml +++ b/.github/workflows/schedule-monthly-PREV.yml @@ -8,7 +8,7 @@ jobs: list-inactive-members: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # gets a list of website-write team members with no open issues, returns a list of member's github handles - name: Get List diff --git a/.github/workflows/schedule-monthly.yml b/.github/workflows/schedule-monthly.yml index ad09da2b86..81254c5146 100644 --- a/.github/workflows/schedule-monthly.yml +++ b/.github/workflows/schedule-monthly.yml @@ -13,7 +13,7 @@ jobs: steps: # Checkout repo - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/vrms-data.yml b/.github/workflows/vrms-data.yml index 6e36edcf09..ef5339a00a 100644 --- a/.github/workflows/vrms-data.yml +++ b/.github/workflows/vrms-data.yml @@ -13,7 +13,7 @@ jobs: if: github.repository == 'hackforla/website' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }}