summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-09-25 20:01:00 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-09-25 20:01:00 +0200
commitca2cc01e14ea387b32ab3a63149a58d5e0b757a3 (patch)
treecf1cba3df3c2d6fc81cc3d362e85fe71637f6452 /.github
parent5a78bffb153b4f992d40afbb24cfde5107a1c117 (diff)
downloadqutebrowser-ca2cc01e14ea387b32ab3a63149a58d5e0b757a3.tar.gz
qutebrowser-ca2cc01e14ea387b32ab3a63149a58d5e0b757a3.zip
ci: Pin irc-message-action to v1.1
See https://github.com/Gottox/irc-message-action/issues/5
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--.github/workflows/recompile-requirements.yml4
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 36423aab8..a3d6f20f4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -212,7 +212,7 @@ jobs:
if: "always() && github.repository_owner == 'qutebrowser'"
steps:
- name: Send success IRC notification
- uses: Gottox/irc-message-action@v1
+ uses: Gottox/irc-message-action@v1.1
if: "needs.linters.result == 'success' && needs.tests.result == 'success' && needs.tests-docker.result == 'success' && needs.codeql.result == 'success'"
with:
server: chat.freenode.net
@@ -220,7 +220,7 @@ jobs:
nickname: qutebrowser-bot
message: "[${{ github.workflow }}] \u00033Success:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})"
- name: Send failure IRC notification
- uses: Gottox/irc-message-action@v1
+ uses: Gottox/irc-message-action@v1.1
if: "needs.linters.result == 'failure' || needs.tests.result == 'failure' || needs.tests-docker.result == 'failure' || needs.codeql.result == 'failure'"
with:
server: chat.freenode.net
@@ -229,7 +229,7 @@ jobs:
message: "[${{ github.workflow }}] \u00034FAIL:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})\n
linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}"
- name: Send skipped IRC notification
- uses: Gottox/irc-message-action@v1
+ uses: Gottox/irc-message-action@v1.1
if: "needs.linters.result == 'skipped' || needs.tests.result == 'skipped' || needs.tests-docker.result == 'skipped' || needs.codeql.result == 'skipped'"
with:
server: chat.freenode.net
@@ -237,7 +237,7 @@ jobs:
nickname: qutebrowser-bot
message: "[${{ github.workflow }}] \u00038Skipped:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})"
- name: Send cancelled IRC notification
- uses: Gottox/irc-message-action@v1
+ uses: Gottox/irc-message-action@v1.1
if: "needs.linters.result == 'cancelled' || needs.tests.result == 'cancelled' || needs.tests-docker.result == 'cancelled' || needs.codeql.result == 'cancelled'"
with:
server: chat.freenode.net
diff --git a/.github/workflows/recompile-requirements.yml b/.github/workflows/recompile-requirements.yml
index 045f2ee1e..565ebcf47 100644
--- a/.github/workflows/recompile-requirements.yml
+++ b/.github/workflows/recompile-requirements.yml
@@ -60,7 +60,7 @@ jobs:
if: "always() && github.repository == 'qutebrowser/qutebrowser'"
steps:
- name: Send success IRC notification
- uses: Gottox/irc-message-action@v1
+ uses: Gottox/irc-message-action@v1.1
if: "needs.update.result == 'success'"
with:
server: chat.freenode.net
@@ -68,7 +68,7 @@ jobs:
nickname: qutebrowser-bot
message: "[${{ github.workflow }}] \u00033Success:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})"
- name: Send non-success IRC notification
- uses: Gottox/irc-message-action@v1
+ uses: Gottox/irc-message-action@v1.1
if: "needs.update.result != 'success'"
with:
server: chat.freenode.net