Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into fb-optic-411/dependency-update
Browse files Browse the repository at this point in the history
  • Loading branch information
yyassi-heartex committed Feb 7, 2024
2 parents b52a9fc + f90e73a commit dcd78bc
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# ci can be skipped with `[skip ci]` prefix in message
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: "Checkout codebase"
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cancel_cicd_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
cancel:
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0
- run: echo CI/CD Pipeline-${{ github.event.pull_request.number || github.event.pull_request.head.ref || github.ref_name }}
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# ci can be skipped with `[skip ci]` prefix in message
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: "Checkout codebase"
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# ci can be skipped with `[skip ci]` prefix in message
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: "Checkout codebase"
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fun_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# ci can be skipped with `[skip ci]` prefix in message
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: "Checkout codebase"
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: Add Workflow link to command comment
uses: peter-evans/create-or-update-comment@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jira-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: Add Workflow link to command comment
uses: peter-evans/create-or-update-comment@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pull-requests: write
steps:

- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: "Validate PR's title"
uses: thehanimo/[email protected]
Expand All @@ -36,7 +36,7 @@ jobs:
configuration_path: ".github/pr-title-checker-config.json"

- name: "Set PR's label based on title"
uses: release-drafter/release-drafter@v5.25.0
uses: release-drafter/release-drafter@v6.0.0
with:
disable-releaser: true
config-name: autolabeler.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
contents: write
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: Checkout LSF
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/slash-command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 1
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: 'Validate command'
id: determine_command
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Slash Command Dispatch for Issues
id: scd_issues
if: ${{ steps.determine_command.outputs.command_state != 'unknown' && steps.determine_command.outputs.is_issue_command == 'true' }}
uses: peter-evans/slash-command-dispatch@v3
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.GIT_PAT }}
reaction-token: ${{ secrets.GIT_PAT }}
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Slash Command Dispatch for PRs
id: scd_prs
if: ${{ steps.determine_command.outputs.command_state != 'unknown' && steps.determine_command.outputs.is_issue_command != 'true' }}
uses: peter-evans/slash-command-dispatch@v3
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.GIT_PAT }}
reaction-token: ${{ secrets.GIT_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-pr-ls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: startsWith(github.head_ref, 'fb-')
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: Sync PR
uses: actions/github-script@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-pr-lse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: startsWith(github.head_ref, 'fb-')
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: Check user's membership
uses: actions/github-script@v7
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: unit-tests-coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.0.1
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
fail_ci_if_error: true
Expand All @@ -47,7 +47,7 @@ jobs:
name: e2e-tests-coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.0.1
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
fail_ci_if_error: true
Expand All @@ -69,7 +69,7 @@ jobs:
name: cypress-tests-coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.0.1
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# ci can be skipped with `[skip ci]` prefix in message
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: "Checkout codebase"
uses: actions/checkout@v4
Expand Down

0 comments on commit dcd78bc

Please sign in to comment.