Skip to content

Tags: WalletConnect/actions

Tags

2.5.6

Toggle 2.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(auto-review): add GitHub Actions workflow security check (#51)

Add automated security check to flag dangerous pull_request_target
patterns that could enable supply chain attacks. The check flags:

- CRITICAL: pull_request_target with PR head checkout
- HIGH: pull_request_target with repository script execution
- MEDIUM: any pull_request_target usage requiring security review

This prevents vulnerabilities like those exploited in the Shai-Hulud
supply chain attack (Nov 2025).

2.5.5

Toggle 2.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: implementing the GitHub release only action (#33)

2.5.4

Toggle 2.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bumping version of amazon-ecs-deploy-task-definition@ (#28)

2.5.3

Toggle 2.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: setting GITHUN_TOKEN by the env variable (#27)

2.5.2

Toggle 2.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: using token as a GITHUB_TOKEN for pushing the commit (#26)

2.5.1

Toggle 2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(terraform): fixes passing of TFC token, grafana key, selecting wo…

…rkspace (#24)

* fix: adding cli_config_credentials_token

* fix: changing the workspace by env variable

* fix: temporary removing tfvars

* fix: making tfvars conditional

* fix: fixing grafana key TF variable

* fix: passing grafana variables by tfvars

* fix: masking grafana key output

* fix: rebasing on the #25 changes

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: needs python tfplan (#25)

2.4.3

Toggle 2.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: disable stdin input for tf plan and apply (#23)

* fix: disable stdin input for tf plan and apply

* fix: update plan args

2.4.2

Toggle 2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(terraform): support private modules (#22)

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: increase Grafana API key TTL (#21)