Skip to content

Commit 8a4e57e

Browse files
Merge branch 'dev' into TPT-3379-support-nodebalancers-udp
2 parents ea2dbae + 726d607 commit 8a4e57e

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,8 @@ jobs:
1313
name: Analyze (${{ matrix.language }})
1414
runs-on: ubuntu-latest
1515
permissions:
16-
# required for all workflows
1716
security-events: write
1817

19-
# required to fetch internal or private CodeQL packs
20-
packages: read
21-
22-
# only required for workflows in private repositories
23-
actions: read
24-
contents: read
25-
2618
strategy:
2719
fail-fast: false
2820
matrix:

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
steps:
165165
- name: Notify Slack
166-
uses: slackapi/slack-github-action@v1.27.0
166+
uses: slackapi/slack-github-action@v2.0.0
167167
with:
168168
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
169169
payload: |

.github/workflows/nightly-smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Notify Slack
4747
if: always() && github.repository == 'linode/linode_api4-python'
48-
uses: slackapi/slack-github-action@v1.27.0
48+
uses: slackapi/slack-github-action@v2.0.0
4949
with:
5050
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
5151
payload: |

.github/workflows/release-notify-slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Notify Slack - Main Message
1313
id: main_message
14-
uses: slackapi/slack-github-action@v1.27.0
14+
uses: slackapi/slack-github-action@v2.0.0
1515
with:
1616
channel-id: ${{ secrets.DEV_DX_SLACK_CHANNEL_ID }}
1717
payload: |

0 commit comments

Comments
 (0)