Skip to content

Commit d7f1842

Browse files
authored
Release v5.19 (#2551)
2 parents b29a423 + 6de61a1 commit d7f1842

27 files changed

Lines changed: 1637 additions & 164 deletions

.github/workflows/codeql.yml

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

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3.3.0
24+
uses: actions/checkout@v3.4.0
2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@v2

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout repository
14-
uses: actions/checkout@v3.3.0
14+
uses: actions/checkout@v3.4.0
1515
-
1616
name: Spell-Checking
1717
uses: codespell-project/actions-codespell@master

.github/workflows/editorconfig-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
name: editorconfig-checker
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3.3.0
12+
- uses: actions/checkout@v3.4.0
1313
- uses: editorconfig-checker/action-editorconfig-checker@main
1414
- run: editorconfig-checker

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: PHP-CS-Fixer
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3.3.0
9+
- uses: actions/checkout@v3.4.0
1010
- name: PHP-CS-Fixer
1111
uses: docker://oskarstark/php-cs-fixer-ga
1212
with:

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3.3.0
11+
- uses: actions/checkout@v3.4.0
1212

1313
- name: Install composer
1414
uses: php-actions/composer@v6

.github/workflows/sync-back-to-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Syncing branches
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3.3.0
14+
uses: actions/checkout@v3.4.0
1515
- name: Opening pull request
1616
run: gh pr create -B devel -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal'
1717
env:

.github/workflows/test.yml

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

2020
steps:
2121
- name: Clone repository
22-
uses: actions/checkout@v3.3.0
22+
uses: actions/checkout@v3.4.0
2323

2424
- name: Set up Node.js
2525
uses: actions/[email protected]

composer.lock

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

db_graph.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010

1111
require 'scripts/pi-hole/php/header_authenticated.php';
1212
?>
13-
<!-- Sourceing CSS colors from stylesheet to be used in JS code -->
14-
<span class="queries-permitted"></span>
15-
<span class="queries-blocked"></span>
16-
<span class="graphs-grid"></span>
17-
<span class="graphs-ticks"></span>
1813

1914
<div class="page-header">
2015
<h1>Compute graphical statistics from the Pi-hole query database</h1>

db_lists.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
require 'scripts/pi-hole/php/header_authenticated.php';
1212
?>
1313

14-
<!-- Sourceing CSS colors from stylesheet to be used in JS code -->
15-
<span class="queries-permitted"></span>
16-
<span class="queries-blocked"></span>
17-
1814
<!-- Title -->
1915
<div class="page-header">
2016
<h1>Compute Top Lists from the Pi-hole query database</h1>

0 commit comments

Comments
 (0)